home *** CD-ROM | disk | FTP | other *** search
- # This is a comment line
- # Line starts with ! is a command line
-
- # !!! Warning : The effects of commands are ACCUMULATED.
-
- # This file contains all commands known by DISPLAY.
- # This file is for documentation. Copy it to another file and use that file
- # to generate conatc sheet.
-
- # this is identifier
- batch_contact_sheet
-
- # contact sheet size. Default is in config.dis
- #!sheet_width 800
- #!sheet_height 600
-
- # method. choose one. Default is in config.dis
- #!variable_box_size
- #!fixed_box_size
-
- # for fixed_box_size method. Default is in config.dis
- #!box_width 80
- #!box_height 80
-
- # string options: choose one. Default is name_dimension.
- #!name_dimension
- #!user_input
-
- # output format (standard extension). Default is JPG.
- #!format jpg
- # output color type : bw, grey, color, true. Default is true(truecolor).
- #!color_type true
-
- # choose exact file name or template. Default is exact file name.
-
- # exact output file name. max 8 chars. Default is "contact"
- #!output_file contact
-
- # output file template. generates sheet001, sheet002, sheet003 ...
- # max 7 chars. Default is "contact"
- #!output_template sheet
- # Default is 1
- #!template_counter_start 1
-
- # input/output directory. Default is current dir
- #!input_dir
- #!output_dir
-
- # contact sheet title (up to 49 chars). Default is none.
- #!title This is contact sheet title
-
- # input image files.
- aaaa.gif
- bbbb.jpg
- cccc.bmp
- dddd.rle
- # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- # you can write 2 'user input' strings here. Each up to 49 chars.
- # Please read NEW-FAQ for more information.
-
- # generate contact sheet or ignore above images
- # 'genrate' and 'ignore' advance the template counter.
- !generate
- #!ignore
-
- # you can change any command and generate another contact sheet.
-
- !input_dir c:/qqq/rrr
-
- eeee.gif
- ffff.gif
- hhhh.gif
- yyyy.gif
-
- # generate 2nd contact sheet
- !generate
-